Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | simplify and reorganize webpack config45532-upgrade-vue-loader | Mike Greiling | 2018-05-18 | 1 | -98/+88 |
| | |||||
* | move devtool setting into main config object | Mike Greiling | 2018-05-18 | 1 | -3/+2 |
| | |||||
* | upgrade to vue-loader 15.0.11 and update webpack config | Mike Greiling | 2018-05-18 | 3 | -92/+66 |
| | |||||
* | Merge branch 'docs/fix-chmod' into 'master' | Stan Hu | 2018-05-18 | 3 | -0/+0 |
|\ | | | | | | | | | Chmod 644 on offending files See merge request gitlab-org/gitlab-ce!19051 | ||||
| * | Chmod 644 on offending filesdocs/fix-chmod | Achilleas Pipinellis | 2018-05-18 | 3 | -0/+0 |
| | | |||||
* | | Merge branch 'fix-double-brackets-in-wiki-markdown' into 'master' | Robert Speicher | 2018-05-18 | 4 | -0/+37 |
|\ \ | | | | | | | | | | | | | Fix double brackets being linkified in wiki markdown See merge request gitlab-org/gitlab-ce!18524 | ||||
| * | | Fix double brackets being linkified in wiki markdown | Alex | 2018-05-18 | 4 | -0/+37 |
|/ / | |||||
* | | Merge branch 'fix/handle-large-commit-tag-message' into 'master' | Robert Speicher | 2018-05-18 | 13 | -32/+310 |
|\ \ | | | | | | | | | | | | | Add handling for commit/tags with big messages See merge request gitlab-org/gitlab-ce!17892 | ||||
| * | | Add handling for commit/tags with big messages | Ahmad Sherif | 2018-05-18 | 13 | -32/+310 |
| | | | |||||
* | | | Merge branch 'gitaly-1182-search-by-content-name' into 'master' | Robert Speicher | 2018-05-18 | 4 | -8/+44 |
|\ \ \ | | | | | | | | | | | | | | | | | Migrate Repo#search_by_{content,name} to Gitaly See merge request gitlab-org/gitlab-ce!18750 | ||||
| * | | | Migrate RepositoryService#SearchFilesBy{Content,Name}gitaly-1182-search-by-content-name | Kim "BKC" Carlbäcker | 2018-05-18 | 4 | -8/+44 |
| | | | | |||||
* | | | | Merge branch 'update-cicd-icon' into 'master' | Mike Greiling | 2018-05-18 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update CI/CD icon to be the rocket Closes #46491 See merge request gitlab-org/gitlab-ce!19024 | ||||
| * | | | | Update CICD to use rocket iconupdate-cicd-icon | Joshua Lambert | 2018-05-17 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Merge branch '5913-extract-ee-specific-lines-for-lib-gitlab-auth' into 'master' | Robert Speicher | 2018-05-18 | 8 | -24/+109 |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | | | | | | | [CE] Resolve "Extract EE specific files/lines for lib/gitlab/auth" See merge request gitlab-org/gitlab-ce!19037 | ||||
| * | | | | Minimize CE/EE difference in Gitlab::Auth::LDAP::User5913-extract-ee-specific-lines-for-lib-gitlab-auth | Rémy Coutable | 2018-05-18 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
| * | | | | Minimize CE/EE difference in Gitlab::Auth::LDAP::Config | Rémy Coutable | 2018-05-18 | 2 | -3/+51 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
| * | | | | Minimize CE/EE difference in Gitlab::Auth::LDAP::Access | Rémy Coutable | 2018-05-18 | 2 | -11/+43 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
| * | | | | Minimize CE/EE difference in Gitlab::Auth::UserAuthFinders | Rémy Coutable | 2018-05-18 | 1 | -4/+6 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
| * | | | | Minimize CE/EE difference in Gitlab::Auth::Saml::User | Rémy Coutable | 2018-05-18 | 1 | -4/+2 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
| * | | | | Minimize CE/EE difference in Gitlab::Auth::Saml::Config | Rémy Coutable | 2018-05-18 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | | | | | Merge branch 'docs/incremental-rollouts' into 'master' | Achilleas Pipinellis (🌴 May 18 - May 21 🌴) | 2018-05-18 | 5 | -0/+52 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add docs for incremental rollouts Closes gitlab-ee#5925 See merge request gitlab-org/gitlab-ce!18978 | ||||
| * | | | | | Add docs for incremental rolloutsdocs/incremental-rollouts | Achilleas Pipinellis | 2018-05-18 | 5 | -0/+52 |
| | | | | | | |||||
* | | | | | | Merge branch 'zj-calculate-checksum-mandator' into 'master' | Nick Thomas | 2018-05-18 | 3 | -86/+35 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Calculating repository checksums executed by Gitaly Closes gitaly#1105 and #46293 See merge request gitlab-org/gitlab-ce!18907 | ||||
| * | | | | | | Calculating repository checksums executed by Gitaly | Zeger-Jan van de Weg | 2018-05-18 | 3 | -86/+35 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | OPT_OUT status has been removed, and alternative implementation removed. Also checks if the repository exists before executing the checksum RPC to guard against NotFound errors. Closes gitlab-org/gitaly#1105 | ||||
* | | | | | | | Merge branch 'memoize-database-version' into 'master' | Rémy Coutable | 2018-05-18 | 3 | -1/+20 |
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | Memoize Gitlab::Database.version See merge request gitlab-org/gitlab-ce!19021 | ||||
| * | | | | | | Memoize Gitlab::Database.versionmemoize-database-version | Yorick Peterse | 2018-05-17 | 3 | -1/+20 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This removes the need for running a database query every time we want to check the database version. | ||||
* | | | | | | | Merge branch 'dz-refactor-lists-css' into 'master' | Annabel Gray | 2018-05-18 | 2 | -228/+228 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move group lists css from framework/lists.scss to pages/groups.scss See merge request gitlab-org/gitlab-ce!19027 | ||||
| * | | | | | | | Move group lists css from framework/lists.scss to pages/groups.scssdz-refactor-lists-css | Dmitriy Zaporozhets | 2018-05-18 | 2 | -228/+228 |
| | |_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | | | | | | | Merge branch 'ide-sidebar-spacing' into 'master' | Filipa Lacerda | 2018-05-18 | 4 | -45/+63 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed inconsistent spacing in web IDE sidebar Closes #46162 See merge request gitlab-org/gitlab-ce!18827 | ||||
| * | | | | | | | fixed up spacing above & below listside-sidebar-spacing | Phil Hughes | 2018-05-17 | 1 | -1/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fixed `no changes` spacing | ||||
| * | | | | | | | fixed spacing of icon & dropdown button | Phil Hughes | 2018-05-10 | 1 | -1/+0 |
| | | | | | | | | |||||
| * | | | | | | | changed padding in headers | Phil Hughes | 2018-05-09 | 1 | -2/+2 |
| | | | | | | | | |||||
| * | | | | | | | fixed up spacing throughout sidebars | Phil Hughes | 2018-05-09 | 4 | -43/+56 |
| | | | | | | | | |||||
| * | | | | | | | Fixed inconsistent spacing in web IDE sidebar | Phil Hughes | 2018-05-09 | 1 | -4/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #46162 | ||||
* | | | | | | | | Merge branch 'winh-vuex-createStore-docs' into 'master' | Phil Hughes | 2018-05-18 | 1 | -2/+6 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make stores export a createStore() which can be used in tests See merge request gitlab-org/gitlab-ce!19030 | ||||
| * | | | | | | | | Make stores export a createStore() which can be used in testswinh-vuex-createStore-docs | Winnie Hellmann | 2018-05-18 | 1 | -2/+6 |
| | | | | | | | | | |||||
* | | | | | | | | | Merge branch 'feature/gb/add-regexp-variables-expression' into 'master' | Kamil Trzciński | 2018-05-18 | 18 | -56/+431 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add support for variables expression regexp syntax Closes #43601 See merge request gitlab-org/gitlab-ce!18902 | ||||
| * | | | | | | | | | Simplify pattern lexeme fabrication and matcherfeature/gb/add-regexp-variables-expression | Grzegorz Bizon | 2018-05-18 | 1 | -2/+2 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Simplify untrusted regexp factory method | Grzegorz Bizon | 2018-05-18 | 4 | -21/+16 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Update variables expressions statement specs | Grzegorz Bizon | 2018-05-17 | 1 | -1/+1 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Update variables expressions pattern matching docs | Grzegorz Bizon | 2018-05-17 | 1 | -7/+2 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Add variables expression pattern validation support | Grzegorz Bizon | 2018-05-17 | 3 | -1/+20 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Add anti-corruption layer above expressions pattern matching | Grzegorz Bizon | 2018-05-17 | 2 | -2/+30 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Add extended /regexp/ scheme support to untrusted regexp | Grzegorz Bizon | 2018-05-17 | 2 | -1/+71 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Make variables expression pattern case-sensitivity explicit | Grzegorz Bizon | 2018-05-15 | 3 | -0/+22 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Add docs on pattern matching syntax in variables expression | Grzegorz Bizon | 2018-05-15 | 2 | -1/+19 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Remove useless assignment in pattern lexeme | Grzegorz Bizon | 2018-05-15 | 1 | -1/+1 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Add variables expressions regexp support changelog | Grzegorz Bizon | 2018-05-15 | 1 | -0/+5 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Do not support inverse variable pattern matching | Grzegorz Bizon | 2018-05-15 | 1 | -2/+1 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Use parameterized RSpec to improve variables expressions specs | Grzegorz Bizon | 2018-05-15 | 1 | -43/+44 |
| | | | | | | | | | |