An error occurred fetching the project authors.
- 23 Sep, 2019 1 commit
-
-
GitLab Bot authored
-
- 10 Sep, 2019 1 commit
-
-
Jesse Hall authored
-
- 10 Jul, 2019 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 10 Jun, 2019 1 commit
-
-
Luke Duncalfe authored
Previously, if a user was a guest member of a private project, they could access the merge request template as we were not checking permission-levels of the user. When a issue template is asked for, the user must have :read_issue for the project; or :read_merge_request when a merge request template is asked for. We also now rescue_from FileNotFoundError and handle as 404. This is because RepoTemplateFinder can raise a FileNotFoundError exception, which Rails previously handled as a 500. Handling these in a way that is consistent with ActiveRecord::RecordNotFound exceptions, within controllers that inherit from Projects::ApplicationController at least, and returning a 404. https://gitlab.com/gitlab-org/gitlab-ce/issues/54943
-
- 29 May, 2019 1 commit
-
-
Dmitriy Zaporozhets authored
Affected project routes are: * services * boards * releases * forks * group_links * import * avatar * labels * milestones Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 25 May, 2019 1 commit
-
-
Dmitriy Zaporozhets authored
Affected routes are: * autocomplete_sources * project_members * deploy_keys * deploy_tokens Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 21 May, 2019 2 commits
-
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
For settings, branches and tags Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 20 May, 2019 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 22 Jan, 2019 1 commit
-
-
Dmitriy Zaporozhets authored
By visiting `projects/:id` you will be redirected to project page with path in it. projects/123 => foo/bar Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 03 Dec, 2018 1 commit
-
-
Douwe Maan authored
Revert "Resolve "[Rails5] `ActionView::MissingTemplate` in spec/features/projects/wiki/user_views_wiki_page_spec.rb"" This reverts commit 1292b99b.
-
- 05 Oct, 2018 1 commit
-
-
Fabian Schneider authored
-
- 20 Sep, 2018 1 commit
-
-
Semyon Pupkov authored
-
- 28 Aug, 2018 1 commit
-
-
Francisco Javier López authored
-
- 24 Aug, 2018 1 commit
-
-
Francisco Javier López authored
-
- 23 Jul, 2018 1 commit
-
-
Francisco Javier López authored
-
- 12 Jun, 2018 1 commit
-
-
blackst0ne authored
Resolve "[Rails5] `ActionView::MissingTemplate` in spec/features/projects/wiki/user_views_wiki_page_spec.rb"
-
- 06 Apr, 2018 1 commit
-
-
James Ramsay authored
Repository archives are always named `<project>-<ref>-<sha>` even if the ref is a commit. A consequence of always including the sha even for tags is that packaging a release is more difficult because both the ref and sha must be known by the packager. - add `<project>/-/archive/<ref>/<filename>.<format>` route using the `-` separator to prevent namespace collisions. If the filename is `<project>-<ref>` or the ref is a sha, the sha will be omitted, otherwise the default filename will be used. - deprecate previous archive route `repository/<ref>/archive`
-
- 31 Oct, 2017 1 commit
-
-
Felipe Artur authored
-
- 03 Aug, 2017 1 commit
-
-
haseeb authored
-
- 27 Jul, 2017 1 commit
-
-
Rémy Coutable authored
Remove superfluous lib: true, type: redis, service: true, models: true, services: true, no_db: true, api: true Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 19 Jul, 2017 1 commit
-
-
Grzegorz Bizon authored
-
- 28 Jun, 2017 1 commit
-
-
Douwe Maan authored
-
- 14 Jun, 2017 1 commit
-
-
Robert Speicher authored
-
- 02 Jun, 2017 1 commit
-
-
Alexander Randa authored
-
- 25 May, 2017 1 commit
-
-
Alexander Randa authored
* implemented logging of project and system web hooks * implemented UI for user area (project hooks) * implemented UI for admin area (system hooks) * implemented retry of logged webhook * NOT imeplemented log remover
-
- 24 May, 2017 1 commit
-
-
Douwe Maan authored
-
- 19 May, 2017 1 commit
-
-
Oswaldo Ferreira authored
-
- 05 May, 2017 1 commit
-
-
Michael Kozono authored
-
- 28 Apr, 2017 1 commit
-
-
Alexander Randa authored
-
- 18 Apr, 2017 1 commit
-
-
Douwe Maan authored
-
- 06 Mar, 2017 1 commit
-
-
Eric Eastwood authored
- gl_emoji for falling back to image/css-sprite when the browser doesn't support an emoji - Markdown rendering (Banzai filter) - Autocomplete - Award emoji menu - Perceived perf - Immediate response because we now build client-side - Update `digests.json` generation in gemojione rake task to be more useful and include `unicodeVersion` MR: !9437 See issues - #26371 - #27250 - #22474
-
- 01 Mar, 2017 1 commit
-
-
Adam Niedzielski authored
-
- 03 Feb, 2017 1 commit
-
-
Adam Pahlevi authored
add complete changelog for !8949
-
- 31 Jan, 2017 1 commit
-
-
Timothy Andrew authored
================== = Implementation = ================== 1. The path of the page is of the form 'group/project/pages/domains/<domain_name>' 2. Rails looks at `params[:id]` (which should be the domain name), and finds the relevant model record. 3. Given a domain like `foo.bar`, Rails sets `params[:id]` to `foo` (should be `foo.bar`), and sets `params[:format]` to `bar` 4. This commit fixes the issue by adding a route constraint, so that `params[:id]` is set to the entire `foo.bar` domain name. ========= = Tests = ========= 1. Add controller specs for the `PagesDomainController`. These are slightly orthogonal to this bug fix (they don't fail when this bug is present), but should be present nonetheless. 2. Add routing specs that catch this bug (by asserting that the `id` param is passed as expected when it contains a domain name). 3. Modify the 'RESTful project resources' routing spec shared example to accomodate controllers where the controller path (such as `pages/domains`) is different from the controller name (such as `pages_domains`).
-
- 15 Dec, 2016 1 commit
-
-
Luke Bennett authored
Finished up autocomplete_sources action and added frontend to fetch data only when its needed Added wait_for_ajax to specs Fixed builds and improved the setup/destroy lifecycle Changed global namespace and DRYed up loading logic Added safety for accidentally loading data twice Removed destroy as its not necessary and is messing with click events from a blur race condition Created AutocompleteSourcesController and updated routes Fixed @undefined from tabbing before load ends Disable tabSelectsMatch until we have loaded data Review changes
-
- 23 Nov, 2016 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 11 Oct, 2016 1 commit
-
-
Sean McGivern authored
We need to do two things to support this: 1. Simplify the regex capture in the routing for the CommitsController to not exclude the '.atom' suffix. That's a perfectly valid git branch name, so we shouldn't blow up if we get it. 2. Because Rails now can't automatically detect the request format, add some code to do so in `ExtractPath` when there is no path. This means that, given branches 'foo' and 'foo.atom', the Atom feed for the former is unroutable. To fix this: don't do that! Give the branches different names!
-
- 11 Aug, 2016 1 commit
-
-
Christopher Bartz authored
-
- 02 Aug, 2016 1 commit
-
-
winniehell authored
-