Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
de49479
fix: Selenium tests via scroll_and_click (#8150)
holloway Nov 5, 2024
7b749f1
fix: Agenda mobile goto now (#8160)
holloway Nov 6, 2024
afbe6aa
fix: queue tasks in on_commit hook (#8149)
jennifer-richards Nov 6, 2024
5348aef
feat: show existing recordings on materials page (#8102)
holloway Nov 6, 2024
701e8a5
ci: fix build.yml clone branch
NGPixel Nov 6, 2024
277f1aa
fix: search for correct ids in test (#8168)
rjsparks Nov 6, 2024
8c787b5
fix: control test meeting date to be in the past (#8177)
rjsparks Nov 7, 2024
a35aa67
chore: clarify transaction-related comments (#8180)
jennifer-richards Nov 8, 2024
b4fd3bf
chore: remove dead code (#8207)
rjsparks Nov 13, 2024
a70171d
chore: remove more dead code (#8208)
jennifer-richards Nov 13, 2024
7905b8d
ci: Update build.yml to use GHA larger runner
NGPixel Nov 14, 2024
84a5aa3
ci: update base image target version to 20241114T1954
NGPixel Nov 14, 2024
901fdd8
chore: remove newrevisiondocevent stats view (#8210)
jennifer-richards Nov 14, 2024
b65a37b
feat: POST for document search requests (#8206)
jennifer-richards Nov 14, 2024
c89646e
feat: Agenda proposed badge (#8164)
holloway Nov 14, 2024
8bc51e3
feat: important dates page: autoid-n to IETFn (#8175)
holloway Nov 15, 2024
b07d4db
feat: add group leadership list (#8135)
rpcross Nov 15, 2024
6608c9d
refactor: eliminate single-use helper (#8226)
jennifer-richards Nov 18, 2024
48f3391
chore: remove unused merge-person-records (#8227)
rjsparks Nov 18, 2024
1d7be8c
chore: remove dead activate_this branches (#8228)
rjsparks Nov 18, 2024
fd816c4
chore: remove unused activate_this code branch (#8230)
rjsparks Nov 18, 2024
952bc90
fix: follow replaces when building list for diff control (#8234)
rjsparks Nov 19, 2024
71f52bc
fix: move future meetings button in group meetings page to the left (…
NGPixel Nov 19, 2024
bdf503a
fix: show meetecho recordings for groups with more than one session (…
rjsparks Nov 19, 2024
70b8c85
ci: Update tests.yml workflow
NGPixel Nov 19, 2024
0027db4
ci: Update tests.yml workflow
NGPixel Nov 19, 2024
15b95da
chore(deps): bump appleboy/ssh-action from 1.1.0 to 1.2.0 (#8221)
dependabot[bot] Nov 19, 2024
c3e0d28
ci: Update build.yml workflow
NGPixel Nov 20, 2024
51a76c6
fix: removew assumption about what pks tests milestones get (#8243)
rjsparks Nov 20, 2024
7c025c9
chore(deps): bump nanoid in /dev/deploy-to-container in the npm group…
dependabot[bot] Nov 20, 2024
3c42d98
ci: Update build.yml workflow
NGPixel Nov 20, 2024
bdf753e
chore: set gitattributes for normalizing line endings (#8245)
NGPixel Nov 20, 2024
e999d7d
ci: merge release to main (#8249)
rjsparks Nov 21, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
282 changes: 280 additions & 2 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,2 +1,280 @@
/.yarn/releases/** binary
/.yarn/plugins/** binary
# Auto detect text files and perform LF normalization
* text=auto

# ---------------------------------------------------
# Python Projects
# ---------------------------------------------------

# Source files
*.pxd text diff=python
*.py text diff=python
*.py3 text diff=python
*.pyw text diff=python
*.pyx text diff=python
*.pyz text diff=python
*.pyi text diff=python

# Binary files
*.db binary
*.p binary
*.pkl binary
*.pickle binary
*.pyc binary export-ignore
*.pyo binary export-ignore
*.pyd binary

# Jupyter notebook
*.ipynb text eol=lf

# ---------------------------------------------------
# Web Projects
# ---------------------------------------------------

# Source code
*.bash text eol=lf
*.bat text eol=crlf
*.cmd text eol=crlf
*.coffee text
*.css text diff=css
*.htm text diff=html
*.html text diff=html
*.inc text
*.ini text
*.js text
*.mjs text
*.cjs text
*.json text
*.jsx text
*.less text
*.ls text
*.map text -diff
*.od text
*.onlydata text
*.php text diff=php
*.pl text
*.ps1 text eol=crlf
*.py text diff=python
*.rb text diff=ruby
*.sass text
*.scm text
*.scss text diff=css
*.sh text eol=lf
.husky/* text eol=lf
*.sql text
*.styl text
*.tag text
*.ts text
*.tsx text
*.xml text
*.xhtml text diff=html

# Docker
Dockerfile text

# Documentation
*.ipynb text eol=lf
*.markdown text diff=markdown
*.md text diff=markdown
*.mdwn text diff=markdown
*.mdown text diff=markdown
*.mkd text diff=markdown
*.mkdn text diff=markdown
*.mdtxt text
*.mdtext text
*.txt text
AUTHORS text
CHANGELOG text
CHANGES text
CONTRIBUTING text
COPYING text
copyright text
*COPYRIGHT* text
INSTALL text
license text
LICENSE text
NEWS text
readme text
*README* text
TODO text

# Templates
*.dot text
*.ejs text
*.erb text
*.haml text
*.handlebars text
*.hbs text
*.hbt text
*.jade text
*.latte text
*.mustache text
*.njk text
*.phtml text
*.pug text
*.svelte text
*.tmpl text
*.tpl text
*.twig text
*.vue text

# Configs
*.cnf text
*.conf text
*.config text
.editorconfig text
.env text
.gitattributes text
.gitconfig text
.htaccess text
*.lock text -diff
package.json text eol=lf
package-lock.json text eol=lf -diff
pnpm-lock.yaml text eol=lf -diff
.prettierrc text
yarn.lock text -diff
*.toml text
*.yaml text
*.yml text
browserslist text
Makefile text
makefile text
# Fixes syntax highlighting on GitHub to allow comments
tsconfig.json linguist-language=JSON-with-Comments

# Heroku
Procfile text

# Graphics
*.ai binary
*.bmp binary
*.eps binary
*.gif binary
*.gifv binary
*.ico binary
*.jng binary
*.jp2 binary
*.jpg binary
*.jpeg binary
*.jpx binary
*.jxr binary
*.pdf binary
*.png binary
*.psb binary
*.psd binary
*.svg text
*.svgz binary
*.tif binary
*.tiff binary
*.wbmp binary
*.webp binary

# Audio
*.kar binary
*.m4a binary
*.mid binary
*.midi binary
*.mp3 binary
*.ogg binary
*.ra binary

# Video
*.3gpp binary
*.3gp binary
*.as binary
*.asf binary
*.asx binary
*.avi binary
*.fla binary
*.flv binary
*.m4v binary
*.mng binary
*.mov binary
*.mp4 binary
*.mpeg binary
*.mpg binary
*.ogv binary
*.swc binary
*.swf binary
*.webm binary

# Archives
*.7z binary
*.gz binary
*.jar binary
*.rar binary
*.tar binary
*.zip binary

# Fonts
*.ttf binary
*.eot binary
*.otf binary
*.woff binary
*.woff2 binary

# Executables
*.exe binary
*.pyc binary
# Prevents massive diffs caused by vendored, minified files
**/.yarn/releases/** binary
**/.yarn/plugins/** binary

# RC files (like .babelrc or .eslintrc)
*.*rc text

# Ignore files (like .npmignore or .gitignore)
*.*ignore text

# Prevents massive diffs from built files
dist/* binary

# ---------------------------------------------------
# Common
# ---------------------------------------------------

# Documents
*.bibtex text diff=bibtex
*.doc diff=astextplain
*.DOC diff=astextplain
*.docx diff=astextplain
*.DOCX diff=astextplain
*.dot diff=astextplain
*.DOT diff=astextplain
*.pdf diff=astextplain
*.PDF diff=astextplain
*.rtf diff=astextplain
*.RTF diff=astextplain
*.md text diff=markdown
*.mdx text diff=markdown
*.tex text diff=tex
*.adoc text
*.textile text
*.mustache text
*.csv text eol=crlf
*.tab text
*.tsv text
*.txt text
*.sql text
*.epub diff=astextplain

# Text files where line endings should be preserved
*.patch -text

# ---------------------------------------------------
# Vzic specific
# ---------------------------------------------------

*.pl text diff=perl
*.pm text diff=perl

# C/C++
*.c text diff=cpp
*.cc text diff=cpp
*.cxx text diff=cpp
*.cpp text diff=cpp
*.cpi text diff=cpp
*.c++ text diff=cpp
*.hpp text diff=cpp
*.h text diff=cpp
*.h++ text diff=cpp
*.hh text diff=cpp
Loading